home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / HAYES12.INC < prev    next >
Text File  |  1994-03-28  |  705b  |  33 lines

  1. ; Hayes SmartModem 1200 External
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                     1  2  3  4  5  6  7  8  9  10
  6. ;                     U  U  D  U  D  U  U  D  U  U
  7. ;
  8. ; NOTES: Not all versions of this modem have switches 9 and 10
  9.  
  10. Baud          1200
  11. Parity        N
  12. WordLen       8
  13. StopBits      1
  14.  
  15. XonXoff       BOTH
  16. CtsRts        NEITHER
  17. MatchBaud     TRUE
  18.  
  19. ModemInitStrg ATE1Q0M1X4V1S7=60^M
  20. ModemDialStrg ATDT
  21. ModemDialSufx ^M
  22. ModemHangStrg ~~~+++~~~ATH0^M
  23. DTRHangup     TRUE
  24.  
  25. Connect       CONNECT^M,300
  26. Connect       CONNECT,1200
  27.  
  28. NoConnect     NO_DIALTONE
  29. NoConnect     NO_CARRIER
  30. NoConnect     BUSY
  31. NoConnect     VOICE
  32.  
  33.